ilert · Example Payload

Get Schedules {Id} Shifts

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Schedules {Id} Shifts is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get shifts for the specified schedule and date range.",
  "description": "",
  "method": "GET",
  "path": "/schedules/{id}/shifts",
  "parameters": {
    "id": 1.0,
    "from": "string",
    "until": "string",
    "exclude-overrides": true
  },
  "request_body": null,
  "response": [
    {
      "user": {
        "id": null,
        "firstName": null,
        "lastName": null,
        "email": null,
        "timezone": null,
        "position": null
      },
      "end": "string",
      "start": "string"
    }
  ]
}